home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / ll_110.zip / _RESTRIC.TXT < prev    next >
Text File  |  1996-01-21  |  2KB  |  53 lines

  1. List of supported "restriction" codes
  2. -------------------------------------
  3. The restriction criteria allows you to output just a selected subset of
  4. your userlog, based on specified user settings (eg priv level, A flags...)
  5.  
  6. The line format for restriction values is "R" followed by the restriction
  7. (case insensitive). Take a look in "LOGLIST.CFG" for examples of all the
  8. restrictions.
  9.  
  10. The following are the details of all the supported restriction commands:
  11. Remember that ALL "bits" of a flag restriction *must* be included.
  12.  
  13. For a user to be listed, ALL selected restrictions must be valid.
  14.  
  15.  
  16. a) Numeric
  17.  
  18.   Name          range         description
  19.   ----          -----         -----------
  20.   PRIV          1 to 255      User priv level
  21.   CALLNUM       1 to 64k      # of user logons
  22.   UPLOADED      1 to 4Gig     bytes uploaded
  23.   DOWNLOADED    1 to 4Gig     bytes downloaded
  24.   NETCREDIT     1 to 64k      Netmail Credit
  25.   NETDEBIT      1 to 64k      Netmail Debit
  26.  
  27. Supported comparisons are "<", "=" and ">". Combinations (eg ">=") are
  28. *NOT* supported.
  29.  
  30. EG: "rpriv<100"
  31.     "RCALLNUM>20"
  32.  
  33.  
  34. b) Flag
  35.  
  36.   Name          # of bits     description
  37.   ----          ---------     -----------
  38.   A1                8         A1 flags
  39.   A2                8         A2 flags
  40.   A3                8         A3 flags
  41.   A4                8         A4 flags
  42.   INVISIBLE         1         Invisible flag
  43.   KEEP              1         Keep flag
  44.   FULL              1         Full Access Flag
  45.   DELETED           1         Deleted Flag
  46.  
  47. Supported flag values are "X", "x", "." and "-". Any other character is
  48. currently treated as a "-".
  49.  
  50. EG: "ra1=xxxx..--"
  51.     "RINVISIBLE=X"
  52.  
  53.